type net/http.http2DataFrame

12 uses

	net/http (current package)
		h2_bundle.go#L1996: 	dataFrame http2DataFrame
		h2_bundle.go#L1999: func (fc *http2frameCache) getDataFrame() *http2DataFrame {
		h2_bundle.go#L2001: 		return &http2DataFrame{}
		h2_bundle.go#L2165: type http2DataFrame struct {
		h2_bundle.go#L2170: func (f *http2DataFrame) StreamEnded() bool {
		h2_bundle.go#L2178: func (f *http2DataFrame) Data() []byte {
		h2_bundle.go#L3250: 	case *http2DataFrame:
		h2_bundle.go#L5557: 		if f, ok := f.(*http2DataFrame); ok {
		h2_bundle.go#L5575: 	case *http2DataFrame:
		h2_bundle.go#L5806: func (sc *http2serverConn) processData(f *http2DataFrame) error {
		h2_bundle.go#L9572: 		case *http2DataFrame:
		h2_bundle.go#L9926: func (rl *http2clientConnReadLoop) processData(f *http2DataFrame) error {